net/http.http2Transport.newClientConn (method)

4 uses

	net/http (current package)
		h2_bundle.go#L8036: 		return t.newClientConn(nil, singleUse)
		h2_bundle.go#L8046: 	return t.newClientConn(tconn, singleUse)
		h2_bundle.go#L8098: 	return t.newClientConn(c, t.disableKeepAlives())
		h2_bundle.go#L8101: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {